reftests: Fix an xfail to work
authorMatthias Clasen <mclasen@redhat.com>
Fri, 20 Mar 2020 15:52:54 +0000 (11:52 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 20 Mar 2020 15:55:26 +0000 (11:55 -0400)
commit9403f44aefd6447c72fdc1bcd79870eb22778f19
tree455d650db6f1198b167f2714436e3b9b0146b3e7
parentdc4b7131f17abab964b6c9e3ac3712638c4fb06e
reftests: Fix an xfail to work

The background-image-multiple.ref.ui file uses
non-existing properties, which gives us a g_warning,
and the glib test framework insists on treating
warnings as fatal, so we end up doing exit(133),
which in turn makes the meson TAP parser ignore
its xfails.

Comment out the nonexisting properties, so we can
fail properly, and then in turn xfail properly.
testsuite/reftests/background-image-multiple.ref.ui